RandomContainer<Type>::operator[]
Type & operator[] (UIndex idx);
const Type & operator[] (UIndex idx) const;
파라미터
- idx
접근하고자 하는 항목의 인덱스입니다. 이것은 0과 랜덤 컨테이너의 크기-1 사이의 값이어야 합니다.
Graphisoft®
GSRootVersion: 1.0
Type & operator[] (UIndex idx);
const Type & operator[] (UIndex idx) const;